home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / dsx12j.zip / WHATS.NEW < prev   
Text File  |  1992-01-05  |  3KB  |  72 lines

  1.  
  2.  
  3.  
  4.  
  5.             New for DOSNIX version 1.2j
  6.  
  7.  
  8.     1.    Another fix for READ.  The delay between lines in
  9.         continuous scroll mode is now independent of processor
  10.         speed.  The default delay is 128 milliseconds and can be
  11.         adjusted between 0 and 1024 millseconds by using the up
  12.         and down arrow keys.  This should allow READ to be used
  13.         comfortably on anything from an XT to a 486/33.
  14.  
  15.  
  16.             New for DOSNIX version 1.2j
  17.  
  18.     1.    More bugs have been combed out of LS and FFIND.  There
  19.         was a problem with redirecting the column formats of LS
  20.         and the wide format of FFIND.  This problem has been fixed
  21.         and, as long as you use the -k option when you redirect the
  22.         output, you should have no problem.  FFIND has also been
  23.         given a lower case option similar to LS.
  24.  
  25.     2.    LS has been made EDC compatible.  If you scan your drives
  26.         with EDC, LS will accept partial directory names.  LS will
  27.         first look for an immediate directory with the specified name.
  28.         If it doesn't find one it will then check PATH.EDC for any 
  29.         matches.  If no matches are found it will assume you are looking
  30.         for a file with the given name.  When using this feature you are 
  31.         limited to one argument.  If you specify more than one directory
  32.         on the command line, PATH.EDC will not be searched.  I have
  33.         tried to make this feature invisible so LS can still be used
  34.         as a stand-alone directory lister.  As a result you will get
  35.         no error messages relating to EDC or PATH.EDC.
  36.  
  37.  
  38.     3.    FFIND now has a -e option which will cause the program to
  39.         shell to DOS and execute a command whenever a file is located.
  40.         The name of the located file can be parsed into the command
  41.         argument by inserting a pair of braces wherever you want the
  42.         file to be used.  For example:
  43.  
  44.             ffind -e "pkunzip {}" *.zip
  45.  
  46.         would unzip all the ZIP files on the current drive.  If a null
  47.         argument is used, FFIND will shell to DOS in the directory in
  48.         which the file is located, giving you an opportunity to do
  49.         whatever you want.  For example:
  50.  
  51.                 ffind -e "" test.txt
  52.  
  53.         The power of this option is limited only by your imagination.
  54.  
  55.  
  56.     4.    Some minor irritations have been fixed in read.  When reading
  57.         from STDIN and using the down arrow key to scroll, the menu bar
  58.         would flicker.  Because READ wraps lines longer than 80 columns
  59.         in this mode, it is impossible to have a stationary menu bar. I
  60.         have added a short delay loop which seems to solve the problem,
  61.         at least on XTs.  Holding down the up arrow key in continuous
  62.         scroll mode could result in a situation where the keyboard
  63.         buffer filled up and it took some time to deplete it.  Problem
  64.         now fixed.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.